home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / Builders / BUILDERS / bldtext.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  1.1 KB  |  28 lines

  1. * #INCLUDE file for text and edit box builders
  2.  
  3. #DEFINE PG1LBL1E_LOC        "What format options do you want for your edit box?"
  4. #DEFINE PG2LBL1E_LOC        "How do you want your edit box to look?"
  5. #DEFINE PG3LBL1E_LOC        "If you want to store the edit box's value in a table or view, type the field or select it from the list."
  6.  
  7. #DEFINE PG1LBL1T_LOC        "What data type and format options do you want for your text box?"
  8. #DEFINE PG1LBL2T_LOC        "What values do you want to allow the user to type in?"
  9. #DEFINE PG2LBL1T_LOC        "How do you want your text box to look?"
  10. #DEFINE PG3LBL1T_LOC        "If you want to store the text box's value in a table or view, type the field or select it from the list."
  11.  
  12. #DEFINE SELECTTABLE_LOC        "Select a table:"
  13. #DEFINE OPENTBLERR_LOC        "Error opening table: "
  14.  
  15. #DEFINE C_ALIGN1_LOC        "Left"
  16. #DEFINE C_ALIGN2_LOC        "Right"
  17. #DEFINE C_ALIGN3_LOC        "Center"
  18. #DEFINE C_ALIGN4_LOC        "Automatic"
  19.  
  20. #DEFINE C_DTYPE1_LOC        "Character"
  21. #DEFINE C_DTYPE2_LOC        "Date"
  22. #DEFINE C_DTYPE3_LOC        "Logical"
  23. #DEFINE C_DTYPE4_LOC        "Numeric"
  24.  
  25. #DEFINE C_EXAMPLE_LOC        "Example: "
  26. #DEFINE C_USERDEFINED_LOC    "(User-defined mask)"
  27.  
  28.